home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-15 / phbench.zip / RUN-ALL.OUT < prev    next >
Text File  |  1993-01-04  |  949b  |  55 lines

  1. + cc -o benchfn.x benchfn.c
  2. benchfn.c
  3. + time benchfn.x 1000
  4. executing 1000 iterations
  5. dummy=0
  6.  
  7. real         3.3
  8. user         3.1
  9. sys          0.0
  10. + cc -o benchmul.x benchmul.c
  11. benchmul.c
  12. + time benchmul.x 10000
  13. executing 10000 iterations
  14. a=427469313
  15.  
  16. real        19.0
  17. user        18.8
  18. sys          0.1
  19. + cc -o benchlng.x benchlng.c
  20. benchlng.c
  21. + time benchlng.x 10000
  22. executing 10000 iterations
  23. a=0
  24.  
  25. real         5.1
  26. user         5.0
  27. sys          0.0
  28. + cc -o benchsho.x benchsho.c
  29. benchsho.c
  30. + time benchsho.x 10000
  31. executing 10000 iterations
  32. a=0
  33.  
  34. real         5.2
  35. user         5.1
  36. sys          0.1
  37. + cc -o benchreg.x benchreg.c
  38. benchreg.c
  39. + time benchreg.x 10000
  40. executing 10000 iterations
  41. a=0
  42.  
  43. real         2.6
  44. user         2.5
  45. sys          0.0
  46. + cc -o benchdbl.x benchdbl.c
  47. benchdbl.c
  48. + time benchdbl.x 10000
  49. executing 10000 iterations
  50. a=0
  51.  
  52. real     15:04.5
  53. user     15:04.4
  54. sys          0.1
  55.